home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / ClipNotes.1.0 / Source / English.lproj / ClipNotes.nib / data.classes next >
Text File  |  1995-06-12  |  1KB  |  38 lines

  1. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  2. CNAppManager = {
  3.     ACTIONS = {
  4.     "app:" = "app:"; 
  5.     "appDidBecomeActive:" = "appDidBecomeActive:"; 
  6.     "appDidInit:" = "appDidInit:"; 
  7.     "appWillInit:" = "appWillInit:"; 
  8.     "appWillTerminate:" = "appWillTerminate:"; 
  9.     "escape:" = "escape:"; 
  10.     "new:" = "new:"; 
  11.     "open:" = "open:"; 
  12.     "pasteAsNote:" = "pasteAsNote:"; 
  13.     "print:" = "print:"; 
  14.     "revert:" = "revert:"; 
  15.     "save:" = "save:"; 
  16.     "showInfo:" = "showInfo:"; 
  17.     "showPreferences:" = "showPreferences:"; 
  18.     "textDidChange:" = "textDidChange:"; 
  19.     }; 
  20.     OUTLETS = {
  21.     composeText = composeText; 
  22.     dateFormatField = dateFormatField; 
  23.     enableServicesSwitch = enableServicesSwitch; 
  24.     newPasteCountField = newPasteCountField; 
  25.     notesCreationModeSwitch = notesCreationModeSwitch; 
  26.     notesPathField = notesPathField; 
  27.     notesTemplateText = notesTemplateText; 
  28.     notesText = notesText; 
  29.     notesWindow = notesWindow; 
  30.     replaceSelectionSwitch = replaceSelectionSwitch; 
  31.     saveWithBackupSwitch = saveWithBackupSwitch; 
  32.     tempNoteText = tempNoteText; 
  33.     tempPb = tempPb; 
  34.     timeFormatField = timeFormatField; 
  35.     }; 
  36.     SUPERCLASS = Object; 
  37. };
  38.